home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / bitmap / bitmapte.frm < prev    next >
Text File  |  1995-05-08  |  20KB  |  704 lines

  1. VERSION 2.00
  2. Begin Form BitmapTest 
  3.    BackColor       =   &H00FFFFFF&
  4.    Caption         =   "Bitmaps, Device Contexts, Image and Picture Properties, Oh My!"
  5.    ClientHeight    =   5445
  6.    ClientLeft      =   825
  7.    ClientTop       =   1335
  8.    ClientWidth     =   9165
  9.    Height          =   5850
  10.    Left            =   765
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   5445
  14.    ScaleWidth      =   9165
  15.    Top             =   990
  16.    Width           =   9285
  17.    Begin CommandButton Quit 
  18.       Caption         =   "I'VE HAD IT!"
  19.       Default         =   -1  'True
  20.       FontBold        =   -1  'True
  21.       FontItalic      =   0   'False
  22.       FontName        =   "MS Sans Serif"
  23.       FontSize        =   9.75
  24.       FontStrikethru  =   0   'False
  25.       FontUnderline   =   0   'False
  26.       Height          =   555
  27.       Left            =   60
  28.       TabIndex        =   22
  29.       Top             =   4860
  30.       Width           =   1515
  31.    End
  32.    Begin Frame Frame2 
  33.       Caption         =   "VB &Destination"
  34.       Height          =   615
  35.       Left            =   6960
  36.       TabIndex        =   18
  37.       Top             =   4800
  38.       Width           =   2175
  39.       Begin OptionButton DestImage 
  40.          Caption         =   ".Image"
  41.          Height          =   255
  42.          Left            =   1200
  43.          TabIndex        =   20
  44.          Top             =   240
  45.          Width           =   855
  46.       End
  47.       Begin OptionButton DestPicture 
  48.          Caption         =   ".Picture"
  49.          Height          =   255
  50.          Left            =   120
  51.          TabIndex        =   19
  52.          Top             =   240
  53.          Value           =   -1  'True
  54.          Width           =   975
  55.       End
  56.    End
  57.    Begin Frame Frame1 
  58.       Caption         =   "VB &Source"
  59.       Height          =   615
  60.       Left            =   1680
  61.       TabIndex        =   15
  62.       Top             =   4800
  63.       Width           =   2175
  64.       Begin OptionButton SrcImage 
  65.          Caption         =   ".Image"
  66.          Height          =   255
  67.          Left            =   1200
  68.          TabIndex        =   17
  69.          Top             =   240
  70.          Width           =   855
  71.       End
  72.       Begin OptionButton SrcPicture 
  73.          Caption         =   ".Picture"
  74.          Height          =   255
  75.          Left            =   120
  76.          TabIndex        =   16
  77.          Top             =   240
  78.          Value           =   -1  'True
  79.          Width           =   975
  80.       End
  81.    End
  82.    Begin ComboBox BltMode 
  83.       Height          =   300
  84.       Left            =   4080
  85.       Style           =   2  'Dropdown List
  86.       TabIndex        =   34
  87.       Top             =   4680
  88.       Width           =   2535
  89.    End
  90.    Begin CheckBox GDIRefresh 
  91.       Caption         =   "&GDI Draw Auto-Refresh"
  92.       Height          =   315
  93.       Index           =   2
  94.       Left            =   6660
  95.       TabIndex        =   36
  96.       Top             =   4500
  97.       Width           =   2355
  98.    End
  99.    Begin CheckBox GDIRefresh 
  100.       Caption         =   "&GDI Draw Auto-Refresh"
  101.       Height          =   315
  102.       Index           =   1
  103.       Left            =   1680
  104.       TabIndex        =   31
  105.       Top             =   4500
  106.       Width           =   2355
  107.    End
  108.    Begin CommandButton PopOver 
  109.       Caption         =   "Pop Over..."
  110.       Height          =   495
  111.       Left            =   60
  112.       TabIndex        =   21
  113.       Top             =   4320
  114.       Width           =   1515
  115.    End
  116.    Begin PictureBox ColorSet 
  117.       AutoRedraw      =   -1  'True
  118.       Height          =   255
  119.       Index           =   2
  120.       Left            =   8100
  121.       ScaleHeight     =   225
  122.       ScaleWidth      =   465
  123.       TabIndex        =   38
  124.       Top             =   4230
  125.       Width           =   495
  126.    End
  127.    Begin CheckBox AutoRedrawPic 
  128.       Caption         =   "&AutoRedraw"
  129.       Height          =   255
  130.       Index           =   2
  131.       Left            =   6660
  132.       TabIndex        =   14
  133.       Top             =   4260
  134.       Width           =   1335
  135.    End
  136.    Begin PictureBox ColorSet 
  137.       AutoRedraw      =   -1  'True
  138.       Height          =   255
  139.       Index           =   1
  140.       Left            =   3180
  141.       ScaleHeight     =   225
  142.       ScaleWidth      =   465
  143.       TabIndex        =   37
  144.       Top             =   4230
  145.       Width           =   495
  146.    End
  147.    Begin CheckBox AutoRedrawPic 
  148.       Caption         =   "&AutoRedraw"
  149.       Height          =   255
  150.       Index           =   1
  151.       Left            =   1680
  152.       TabIndex        =   13
  153.       Top             =   4260
  154.       Width           =   1335
  155.    End
  156.    Begin CommandButton Image2Picture 
  157.       Caption         =   "Image-->Picture"
  158.       Height          =   375
  159.       Index           =   2
  160.       Left            =   4620
  161.       TabIndex        =   30
  162.       Top             =   3840
  163.       Width           =   1695
  164.    End
  165.    Begin CommandButton Image2Picture 
  166.       Caption         =   "Image-->Picture"
  167.       Height          =   375
  168.       Index           =   1
  169.       Left            =   60
  170.       TabIndex        =   33
  171.       Top             =   3840
  172.       Width           =   1695
  173.    End
  174.    Begin CommandButton HideShow 
  175.       Caption         =   "Hide Picture -->"
  176.       Height          =   375
  177.       Index           =   2
  178.       Left            =   4620
  179.       TabIndex        =   29
  180.       Top             =   3360
  181.       Width           =   1695
  182.    End
  183.    Begin CommandButton HideShow 
  184.       Caption         =   "Hide Picture -->"
  185.       Height          =   375
  186.       Index           =   1
  187.       Left            =   60
  188.       TabIndex        =   28
  189.       Top             =   3360
  190.       Width           =   1695
  191.    End
  192.    Begin CommandButton FromClip 
  193.       Caption         =   "From Clipboard -->"
  194.       Height          =   375
  195.       Index           =   2
  196.       Left            =   4620
  197.       TabIndex        =   12
  198.       Top             =   2880
  199.       Width           =   1695
  200.    End
  201.    Begin CommandButton FromClip 
  202.       Caption         =   "From Clipbrd -->"
  203.       Height          =   375
  204.       Index           =   1
  205.       Left            =   60
  206.       TabIndex        =   5
  207.       Top             =   2880
  208.       Width           =   1695
  209.    End
  210.    Begin CommandButton ToClip 
  211.       Caption         =   "To Clipboard -->"
  212.       Height          =   375
  213.       Index           =   2
  214.       Left            =   4620
  215.       TabIndex        =   11
  216.       Top             =   2520
  217.       Width           =   1695
  218.    End
  219.    Begin CommandButton ToClip 
  220.       Caption         =   "To Clipboard -->"
  221.       Height          =   375
  222.       Index           =   1
  223.       Left            =   60
  224.       TabIndex        =   4
  225.       Top             =   2520
  226.       Width           =   1695
  227.    End
  228.    Begin CommandButton VB_Transfer_P1toP2 
  229.       Caption         =   ">-- VB Transfer -->"
  230.       Height          =   375
  231.       Left            =   4620
  232.       TabIndex        =   10
  233.       Top             =   2040
  234.       Width           =   1695
  235.    End
  236.    Begin CommandButton GdiDraw_P1 
  237.       Caption         =   "VB Draw Mode"
  238.       Height          =   375
  239.       Left            =   60
  240.       TabIndex        =   3
  241.       Top             =   2040
  242.       Width           =   1695
  243.    End
  244.    Begin CommandButton BitBlt_P1toP2 
  245.       Caption         =   ">-- BitBlt -->"
  246.       Height          =   375
  247.       Left            =   4620
  248.       TabIndex        =   9
  249.       Top             =   1680
  250.       Width           =   1695
  251.    End
  252.    Begin CommandButton Blt2Image 
  253.       Caption         =   "BitBlt --> Image"
  254.       Height          =   375
  255.       Left            =   60
  256.       TabIndex        =   32
  257.       Top             =   1680
  258.       Width           =   1695
  259.    End
  260.    Begin CommandButton SavePic 
  261.       Caption         =   "SavePicture()..."
  262.       Height          =   375
  263.       Index           =   2
  264.       Left            =   4620
  265.       TabIndex        =   40
  266.       Top